composetable: Remove some redundant code
authorMatthias Clasen <mclasen@redhat.com>
Wed, 24 Feb 2021 00:14:26 +0000 (19:14 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 24 Feb 2021 00:14:26 +0000 (19:14 -0500)
Pointed out by Peter Bloomfield.

gtk/gtkcomposetable.c

index a39258f65963103540c7c74d4d0ce80573d00df3..fb5ab6abe6e2dd175e8c81cb391e6c2a591e5f2f 100644 (file)
@@ -95,10 +95,6 @@ parse_compose_value (GtkComposeData *compose_data,
     {
       if (*p == '\"')
         {
-          p++;
-          while (*p && g_ascii_isspace (*p))
-            p++;
-
           compose_data->value = g_string_free (value, FALSE);
           return TRUE;
         }